.purchase_modal {
  min-width: 1178px;
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.purchase_modal .content{
  width: 1178px;
}
.purchase_modal .float_l {
  width: 850px;
  height: 622px;
  background: #8157ff;
  box-shadow: 0px 0px 6px 1px rgba(123, 86, 238, 0.2);
  border-radius: 10px 0px 0px 10px;
  padding:40px 30px 0;
  text-align: center;
}
.purchase_modal .float_l .float_l_top {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.purchase_modal .float_l .float_l_top .title {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 16px;
}
.purchase_modal .float_l .float_l_top .des {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  margin: 13px 0 20px;
}
.purchase_modal .float_l .float_l_top .product_list .item {
  width: 150px;
  height: 220px;
  background: #6d3def;
  border-radius: 10px 10px 10px 10px;
  padding: 20px 10px 0;
  box-sizing: border-box;
  text-align: left;
}
.purchase_modal .float_l .float_l_top .product_list .item h3 {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 16px;
}
.purchase_modal .float_l .float_l_top .product_list .item h4 {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 16px;
  margin: 5px 0 14px;
}
.purchase_modal .float_l .float_l_top .product_list .item ul li {
  width: 130px;
  height: 26px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-bottom: 8px;
}
.purchase_modal .float_l .float_l_top .product_list .item.standard {
  background: #6d3def;
} 


.purchase_modal .float_l .float_l_top .product_list .item.major {
  background: #ffd951;
}

.purchase_modal .float_l .float_l_top .product_list .item.mac {
  background: #ffffff;
}
.purchase_modal .float_l .float_l_top .product_list .item.mac ul li {
  background: #222222;
  color: #ffffff;
}

.purchase_modal .float_l .float_l_top .product_list .item.webpage {
  background: #d1efe0;
}
.purchase_modal .float_l .float_l_top .product_list .item.webpagePlus {
  background: #ff7047;
}

.purchase_modal .float_l .float_l_top .product_list .item.standard h3 ,
.purchase_modal .float_l .float_l_top .product_list .item.standard h4,
.purchase_modal .float_l .float_l_top .product_list .item.webpagePlus h3 ,
.purchase_modal .float_l .float_l_top .product_list .item.webpagePlus h4{
  color: #FFFFFF;
}
.purchase_modal .float_l .float_l_bottom .title {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 16px;
  padding-top: 30px;
}

.purchase_modal .float_l .float_l_bottom ul.des {
  text-align: center;
  margin: 13px 0 20px;
}
.purchase_modal .float_l .float_l_bottom ul.des li {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  margin-right: 31px;
}
.purchase_modal .float_l .float_l_bottom ul.des li:last-child {
  margin-right: 0;
}
.purchase_modal .float_l .float_l_bottom ul.des li span {
  color: #ffd951;
  font-weight: bold;
}
.purchase_modal .float_l .float_l_bottom ul.company_list {
  padding: 0 50px;
}

.purchase_modal .float_l .float_l_bottom ul.company_list li {
  margin-bottom: 15px;
  height: 50px;
}

.purchase_modal .float_l .float_l_bottom ul.company_list li img {
  width: 160px;
  height: 50px;
}
.purchase_modal .float_r {
  width: 328px;
  height: 622px;
  background: #ffffff;
  border-radius: 0px 10px 10px 0px;
  position: relative;
  padding-top: 30px;
}
.purchase_modal .float_r .close {
  width: 12px;
  height: 12px;
  background: url("../img/dialog/close.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.purchase_modal .float_r h3 {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 16px;
}
.purchase_modal .float_r h4 {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 16px;
  margin: 13px 0 20px;
} 
 
.purchase_modal .float_r .user_info .item-title {
  margin-bottom: 10px;
  line-height: 16px;
}
.purchase_modal .float_r .user_info .item-label { 
  font-size: 14px;
  color: #222222; 
  padding-left: 6px;
  position: relative;
}
.purchase_modal .float_r .user_info .item-label::after {
  content: "*";
  color: #ff3d3d;
  position: absolute;
  top:2px;
  left: -1px;
}
.purchase_modal .float_r .user_info input {
  width: 288px;
  height: 30px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #eeeeee;

  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 16px;
  margin-bottom: 15px;
  padding: 0 10px;
  font-family: "微软雅黑";
}
.purchase_modal .float_r .user_info input::-webkit-input-placeholder {
  font-family: "微软雅黑";
  color: #cccccc;
  font-size: 14px;
}

.purchase_modal .float_r .user_info input:-moz-placeholder {
  font-family: "微软雅黑";
  color: #cccccc;
  font-size: 14px;
}

.purchase_modal .float_r .user_info input::-moz-placeholder {
  font-family: "微软雅黑";
  color: #cccccc;
  font-size: 14px;
}

.purchase_modal .float_r .user_info input:-ms-input-placeholder {
  font-family: "微软雅黑";
  color: #cccccc;
  font-size: 14px;
}
.purchase_modal .float_r .user_info input.code-input {
  width: 188px;
}
.purchase_modal .float_r .user_info .code-btn {
  width: 90px;
  height: 30px;
  line-height: 28px;
  background: #f7f5ff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #7b56ee;
  font-weight: 400;
  font-size: 14px;
  color: #7b56ee;
  text-align: center;
  /* display: inline-block; */
  margin-left: 6px;
  cursor: pointer;
}
.purchase_modal .float_r .user_info .code-btn.wait,
.purchase_modal .float_r .user_info .code-btn.disabled {
  width: 90px;
  height: 30px;
  background: #eeeeee;
  border: 1px solid #dddddd; 
  font-size: 14px;
  color: #999999;
}
.purchase_modal .float_r .user_info .code-btn.wait{
  cursor: not-allowed;
}
.purchase_modal .float_r .item_product .item-title {
  margin-bottom: 12px;
}
.purchase_modal .float_r .item_product ul li {
  margin-bottom: 8px;
  cursor: pointer;
  line-height: 1;
}
.purchase_modal .float_r .item_product ul li:last-child{
  margin-bottom: 0;
}
.purchase_modal .float_r .item_product ul li i {
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #eeeeee;
  position: relative;
}
.purchase_modal .float_r .item_product ul li:hover i {
  border-color: #7b56ee;
}
.purchase_modal .float_r .item_product ul li.active i {
  border-color: #7b56ee;
}
.purchase_modal .float_r .item_product ul li.active i::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #7b56ee;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.purchase_modal .float_r .item_product ul li span {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  margin-left: 4px;
}
.purchase_modal .float_r .user_info .error-tip {
  display: none;
  font-weight: 400;
  font-size: 14px;
  color: #ff2727;
  line-height: 16px;
  margin-left: 3px;
}
.purchase_modal .float_r .submit-btn {
  width: 288px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #7b56ee;
  border-radius: 20px 20px 20px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 17px;
}
.purchase_modal .float_r .rules{
  margin-top: 9px; 
}
 
.purchase_modal .float_r .rules p{
  font-size: 12px;
color: #333333;
line-height: 16px;
cursor: pointer;
}
.purchase_modal .float_r .rules i{ 
  width: 14px;
height: 14px;
background: #FFFFFF;
border-radius: 3px 3px 3px 3px;
border: 1px solid #EEEEEE;
display: block;
margin-right: 4px;
position: relative;
}

.purchase_modal .float_r .rules p i.active{ 
     border-color: #7b56ee;
    }
.purchase_modal .float_r .rules p i.active::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #7b56ee;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.purchase_modal .float_r .rules a{
  color: #7B56EE;
  font-size: 12px;
}

.rules_modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.rules_modal .content{
  width: 292px; 
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #707070;
  position: relative;
  padding: 40px 0px 30px;
}
.rules_modal .content i{
  width: 12px;
  height: 12px;
  display: block;
  background: url("../img/dialog/close.svg");
  top: 15px;
  right: 15px;
  position: absolute;
  cursor: pointer;
}
.rules_modal .content h3{
  font-weight: bold;
font-size: 18px;
color: #222222;
}
.rules_modal .content p{
  font-weight: 400;
font-size: 14px;
color: #222222;
margin: 15px 0 23px;
}
.rules_modal .content p a{
  color: #7B56EE;

}
.rules_modal .content .btn{
  width: 108px;
height: 36px;
line-height: 36px;
text-align: center;
background: #7B56EE;
border-radius: 8px 8px 8px 8px;
font-size: 14px;
color: #FFFFFF;
cursor: pointer;
}

.loading-boxm-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 999999;
}

.loading-boxm-modal .loading-box {
  /* display: none; */
  width: 88px;
  height: 88px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px 10px 10px 10px;
  position: fixed;
  z-index: 1009;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading-box img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 19px 19px;
}

.toast-box {
  width: auto;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  position: fixed;
  max-width: 640px;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.66);
  z-index: 1010;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 16px;
  border-radius: 6px 6px;
  text-align: center;
  display: none;
  z-index: 99999;
}

.purchase_success_modal {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.purchase_success_modal .content {
  width: 384px;
  height: 440px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #707070;
  position: relative;
  padding: 50px 30px 0;
}
.purchase_success_modal .content .close {
  width: 12px;
  height: 12px;
  display: block;
  background: url("../img/dialog/close.svg");
  top: 15px;
  right: 15px;
  position: absolute;
  cursor: pointer;
}
.purchase_success_modal .content p.des {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 27px;
  text-align: center;
  margin: 20px 0 30px;
}
.purchase_success_modal .content img.service {
  margin-bottom: 15px;
}
.purchase_success_modal .content p.tips {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 27px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.none {
  display: none !important;
}
.flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_direction_r {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex_direction_c {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_align_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_align_s {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex_align_e {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.flex_justify_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_justify_b {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_justify_a {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex_justify_s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex_justify_e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.flex_justify_f_e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex_warp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_align_content_s {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.text_overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
